GET /api/bet_types/3c897de5-3ca1-4d5b-98e5-0d9fd4f919ce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3c897de5-3ca1-4d5b-98e5-0d9fd4f919ce",
    "match": "https://api-prod.gambitprofit.com/api/matches/a0d89ac6-86bb-4d09-aff8-48be44dca780/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-02T09:03:05.837291-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": "San Antonio Spurs",
                "amount": 5000.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "6b21ae56-2159-43b9-9243-b4742ab2254a",
            "gambit_id": "64a48408-8456-4e22-bc61-4571483fc451",
            "last_updated": "2023-11-03T11:53:30.005007-04:00",
            "created_at": "2023-11-02T09:03:05.841067-04:00",
            "name": "San Antonio Spurs",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c897de5-3ca1-4d5b-98e5-0d9fd4f919ce/?format=api"
        },
        {
            "id": "c34642fe-4fc9-4c6f-bbb4-3d963ae659d5",
            "gambit_id": "caab9d60-83c8-439e-acaa-4ab03e63972b",
            "last_updated": "2023-11-03T11:53:30.008641-04:00",
            "created_at": "2023-11-02T09:03:05.846524-04:00",
            "name": "Phoenix Suns",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c897de5-3ca1-4d5b-98e5-0d9fd4f919ce/?format=api"
        }
    ]
}