GET /api/bet_types/2cd75d7c-4d3c-46a3-a103-86f92db0ea11/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2cd75d7c-4d3c-46a3-a103-86f92db0ea11",
    "match": "https://api-prod.gambitprofit.com/api/matches/67113a7f-cb48-4c3a-a353-b7c017e2ebfa/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Mid Tenn State",
                "amount": 5000.0
            },
            {
                "team": "Miami Florida",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "9d74e993-647a-40ce-b9b8-64c4f4c5b792",
            "gambit_id": "efb02b49-6604-44c3-b7f2-5caff612717a",
            "last_updated": "2022-09-25T19:57:06.299425-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Mid Tenn State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "25.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cd75d7c-4d3c-46a3-a103-86f92db0ea11/?format=api"
        },
        {
            "id": "95944747-fe60-497a-ac9c-ead1e5d74f1f",
            "gambit_id": "e2535019-263e-4354-817f-b61d32bed6ea",
            "last_updated": "2022-09-25T19:57:06.298135-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Florida",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-25.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cd75d7c-4d3c-46a3-a103-86f92db0ea11/?format=api"
        }
    ]
}