GET /api/bet_types/d1b9aa43-3880-4b09-bc90-944d234743c2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d1b9aa43-3880-4b09-bc90-944d234743c2",
    "match": "https://api-prod.gambitprofit.com/api/matches/7194782d-fb7b-49cc-a71c-3ee5e9ffd284/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-11T09:01:53.976194-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": "Washington Capitals",
                "amount": 5863.0
            },
            {
                "team": "Boston Bruins",
                "amount": 4137.0
            }
        ],
        "expected_reward_tokens": 9556.47,
        "profit_sb": 56.47,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "565d6e3a-51f6-4de8-887b-22e2c8901201",
            "gambit_id": "6a40458f-81b1-4210-aeef-79441daa5638",
            "last_updated": "2023-02-12T09:42:14.251977-05:00",
            "created_at": "2023-02-11T09:01:53.978800-05:00",
            "name": "Washington Capitals",
            "reward": "1.63000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1b9aa43-3880-4b09-bc90-944d234743c2/?format=api"
        },
        {
            "id": "703f31e4-ef42-4816-b0d8-afca6234ea07",
            "gambit_id": "c8a1f15f-5a02-4786-afbe-77edbc7aaaf7",
            "last_updated": "2023-02-12T09:42:14.250846-05:00",
            "created_at": "2023-02-11T09:01:53.977481-05:00",
            "name": "Boston Bruins",
            "reward": "2.31000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1b9aa43-3880-4b09-bc90-944d234743c2/?format=api"
        }
    ]
}