GET /api/bet_types/151a725f-51c7-4dd4-936f-6a9afbd0e5e4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "151a725f-51c7-4dd4-936f-6a9afbd0e5e4",
    "match": "https://api-prod.gambitprofit.com/api/matches/1ec875e8-13e7-4ee6-8127-9d08e3dfd6c6/?format=api",
    "name": "Pick the Winner",
    "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": "Dallas Mavericks",
                "amount": 6683.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 3317.0
            }
        ],
        "expected_reward_tokens": 9154.92,
        "profit_sb": 154.92,
        "profit_sb_percentage": 1.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "c153c747-81dd-4b54-bc1d-7539f93f9dec",
            "gambit_id": "92664de9-4b6c-4e04-86d9-bc57e99a9a55",
            "last_updated": "2022-11-08T10:52:21.271760-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.37000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/151a725f-51c7-4dd4-936f-6a9afbd0e5e4/?format=api"
        },
        {
            "id": "b87d929d-f65f-4bdb-92d6-8aa78732f806",
            "gambit_id": "70605698-2b6c-49ee-bb18-a3a79736bc04",
            "last_updated": "2022-11-08T10:52:21.272762-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brooklyn Nets",
            "reward": "2.76000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/151a725f-51c7-4dd4-936f-6a9afbd0e5e4/?format=api"
        }
    ]
}