GET /api/bet_types/d06bc322-f180-4dac-88f4-f7119fcf1247/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d06bc322-f180-4dac-88f4-f7119fcf1247",
    "match": "https://api-prod.gambitprofit.com/api/matches/60295fd7-4acb-44e3-9ce5-c98b7561ab4c/?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": "MIN",
                "amount": 6183.0
            },
            {
                "team": "CWS",
                "amount": 3817.0
            }
        ],
        "expected_reward_tokens": 9274.5,
        "profit_sb": 274.5,
        "profit_sb_percentage": 3.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "51bf7337-6427-4d01-baa6-06a824a89b99",
            "gambit_id": "308872c3-363b-4a08-ac78-d6f1fa066f9d",
            "last_updated": "2022-09-05T10:17:02.226610-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN",
            "reward": "1.50000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d06bc322-f180-4dac-88f4-f7119fcf1247/?format=api"
        },
        {
            "id": "5c0ebfef-2b48-40d0-b576-0bad342b13f7",
            "gambit_id": "98ef2edb-1969-4d44-babb-903287058250",
            "last_updated": "2022-09-05T10:17:02.225656-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS",
            "reward": "2.43000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d06bc322-f180-4dac-88f4-f7119fcf1247/?format=api"
        }
    ]
}