GET /api/bet_types/a2d42145-266e-46aa-b8d0-c8161396f769/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a2d42145-266e-46aa-b8d0-c8161396f769",
    "match": "https://api-prod.gambitprofit.com/api/matches/9a3742e5-5865-4aa7-92b9-9df701340fb9/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-06T09:08:09.556272-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": 5000.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "3e7a181f-cd62-4608-9c30-da029fe87ce4",
            "gambit_id": "b23574cb-6056-4ae0-ade1-fc4d581e1383",
            "last_updated": "2024-02-07T01:53:01.827726-05:00",
            "created_at": "2024-02-06T09:08:09.560675-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2d42145-266e-46aa-b8d0-c8161396f769/?format=api"
        },
        {
            "id": "4c1fffac-bac9-4e65-abef-eb82db220f6b",
            "gambit_id": "87470d5b-bfe6-47af-87af-37f87fdd0e42",
            "last_updated": "2024-02-07T01:53:01.833662-05:00",
            "created_at": "2024-02-06T09:08:09.565810-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2d42145-266e-46aa-b8d0-c8161396f769/?format=api"
        }
    ]
}