GET /api/bet_types/85fd68cd-41e3-48b8-b731-6905b8f5a412/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "85fd68cd-41e3-48b8-b731-6905b8f5a412",
    "match": "https://api-prod.gambitprofit.com/api/matches/00514ab3-032c-4170-9bba-988087ff8ac9/?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": "CLE",
                "amount": 5492.0
            },
            {
                "team": "CWS",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9061.08,
        "profit_sb": 61.08,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "283cee8b-0b27-43d3-9d60-23b312281fe6",
            "gambit_id": "492b1672-4455-48d4-8a57-fadc1d67c587",
            "last_updated": "2022-09-16T11:41:53.458557-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85fd68cd-41e3-48b8-b731-6905b8f5a412/?format=api"
        },
        {
            "id": "5bea87e3-153d-4f83-bb7e-4ef94925a7ce",
            "gambit_id": "7cf77fa4-30d2-41e0-a680-948d0bce65e8",
            "last_updated": "2022-09-16T11:41:53.459695-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85fd68cd-41e3-48b8-b731-6905b8f5a412/?format=api"
        }
    ]
}