GET /api/bet_types/1e5d0683-e5b2-4cd6-88ea-7cc404b99468/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1e5d0683-e5b2-4cd6-88ea-7cc404b99468",
    "match": "https://api-prod.gambitprofit.com/api/matches/4c0af3b2-20c3-4059-a12e-0841c7e49df8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-31T09:23:01.679318-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": "Los Angeles Kings",
                "amount": 6222.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 3778.0
            }
        ],
        "expected_reward_tokens": 9519.66,
        "profit_sb": 19.66,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "13357eeb-a27c-456d-bdd5-6eee35fb26ec",
            "gambit_id": "8f38e6a4-aad4-487c-91a5-533cde1559f3",
            "last_updated": "2023-11-01T09:23:19.165073-04:00",
            "created_at": "2023-10-31T09:23:01.682926-04:00",
            "name": "Los Angeles Kings",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e5d0683-e5b2-4cd6-88ea-7cc404b99468/?format=api"
        },
        {
            "id": "036cd11c-aee4-48ca-8302-af8f9e763ff4",
            "gambit_id": "e56e5222-6208-48fa-977e-b32522e52e3e",
            "last_updated": "2023-11-01T09:23:19.168604-04:00",
            "created_at": "2023-10-31T09:23:01.688246-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.52000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e5d0683-e5b2-4cd6-88ea-7cc404b99468/?format=api"
        }
    ]
}