GET /api/bet_types/85c6d853-fbe9-4884-801b-e0d5595a329d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "85c6d853-fbe9-4884-801b-e0d5595a329d",
    "match": "https://api-prod.gambitprofit.com/api/matches/17aaaf31-5c9a-410c-b3af-10a24cdd8fcf/?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": "North Carolina",
                "amount": 5000.0
            },
            {
                "team": "Miami Florida",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "37abcd68-53c0-4f81-9a50-b63af2d86054",
            "gambit_id": "bbefbcf0-9374-4910-95c8-69b10d620bb5",
            "last_updated": "2022-10-11T11:17:03.781206-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "North Carolina",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85c6d853-fbe9-4884-801b-e0d5595a329d/?format=api"
        },
        {
            "id": "ef121af9-489f-4407-8d86-1b53cb0f263e",
            "gambit_id": "8605a8e0-6e09-4ed3-b134-068eec51df9a",
            "last_updated": "2022-10-11T11:17:03.780176-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Florida",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85c6d853-fbe9-4884-801b-e0d5595a329d/?format=api"
        }
    ]
}