GET /api/bet_types/6f995fe4-534e-4876-8dcf-5a27d19585c2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6f995fe4-534e-4876-8dcf-5a27d19585c2",
    "match": "https://api-prod.gambitprofit.com/api/matches/ecc8ae26-1331-40eb-a499-8ca6741dbe28/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-25T11:42:12.028592-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": "SFO",
                "amount": 6163.0
            },
            {
                "team": "STL",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "fcb42255-3ebc-4e09-bc77-3ffc006bbe02",
            "gambit_id": "34d2b2ab-a8c4-44ea-8346-7ae56b27f799",
            "last_updated": "2023-04-26T20:27:13.887253-04:00",
            "created_at": "2023-04-25T11:42:12.030957-04:00",
            "name": "SFO",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f995fe4-534e-4876-8dcf-5a27d19585c2/?format=api"
        },
        {
            "id": "259c7560-99a7-4d2a-a87e-4b253381527a",
            "gambit_id": "b4dedcb3-172c-462d-836b-bdf2b7f16ec7",
            "last_updated": "2023-04-26T20:27:13.888675-04:00",
            "created_at": "2023-04-25T11:42:12.033252-04:00",
            "name": "STL",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f995fe4-534e-4876-8dcf-5a27d19585c2/?format=api"
        }
    ]
}