GET /api/bet_types/e1cf8131-5e51-46c6-af89-549388cadd89/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e1cf8131-5e51-46c6-af89-549388cadd89",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ea2312e-214e-494a-a7b7-0ba43258a655/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-04T10:42:59.269369-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": "Houston Rockets",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "fd602f66-98d2-41d1-b57a-53e1fd8070d9",
            "gambit_id": "9346313e-8a8f-4377-a7b8-e457a4b2737a",
            "last_updated": "2024-02-06T09:18:11.688772-05:00",
            "created_at": "2024-02-04T10:42:59.273690-05:00",
            "name": "Houston Rockets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1cf8131-5e51-46c6-af89-549388cadd89/?format=api"
        },
        {
            "id": "229bcf8f-90e6-4022-9c0f-1885b009e02b",
            "gambit_id": "5b05724c-743d-400f-b3e1-d4f680bf25ce",
            "last_updated": "2024-02-06T09:18:11.692130-05:00",
            "created_at": "2024-02-04T10:42:59.277535-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1cf8131-5e51-46c6-af89-549388cadd89/?format=api"
        }
    ]
}