GET /api/bet_types/37b3f13f-749a-4fb4-a238-a505bafd25d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "37b3f13f-749a-4fb4-a238-a505bafd25d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/64b6b0f4-4ef8-4252-8e3d-01d8c14f4862/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-24T11:07:03.066673-04: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": "Orlando Guardians",
                "amount": 5000.0
            },
            {
                "team": "Seattle Sea Dragons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2f58658a-1d3a-499b-acfa-32d2ab0d0846",
            "gambit_id": "317f6f58-b021-4e1b-b754-85be100264f6",
            "last_updated": "2023-03-27T09:57:14.633807-04:00",
            "created_at": "2023-03-24T11:07:03.068418-04:00",
            "name": "Orlando Guardians",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37b3f13f-749a-4fb4-a238-a505bafd25d1/?format=api"
        },
        {
            "id": "e19017bc-43e4-459d-9c0e-99980e739da1",
            "gambit_id": "70d44c9e-ce45-4162-afde-c2de8669ef5b",
            "last_updated": "2023-03-27T09:57:14.635400-04:00",
            "created_at": "2023-03-24T11:07:03.070316-04:00",
            "name": "Seattle Sea Dragons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37b3f13f-749a-4fb4-a238-a505bafd25d1/?format=api"
        }
    ]
}