GET /api/bet_types/f47c8327-a564-4088-a8ae-ed44dfb30a09/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f47c8327-a564-4088-a8ae-ed44dfb30a09",
    "match": "https://api-prod.gambitprofit.com/api/matches/5d09c8a3-2ad6-4444-b00c-9707da8b2cd1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-04T09:43:03.383353-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": "CIN (B Kennedy)",
                "amount": 5117.0
            },
            {
                "team": "WAS (P Corbin)",
                "amount": 4883.0
            }
        ],
        "expected_reward_tokens": 9568.79,
        "profit_sb": 68.79,
        "profit_sb_percentage": 0.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "05124841-53a3-4fcf-8637-93092794a63d",
            "gambit_id": "5bfe38ab-d4f0-4aa2-b550-65692c750ecf",
            "last_updated": "2023-07-05T19:03:30.368982-04:00",
            "created_at": "2023-07-04T09:43:03.386005-04:00",
            "name": "CIN (B Kennedy)",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f47c8327-a564-4088-a8ae-ed44dfb30a09/?format=api"
        },
        {
            "id": "13b9dbc5-c4f9-4330-9b29-bad124eb18ab",
            "gambit_id": "49ae8bbf-d2b4-4363-8d4f-b6f3db0ccbde",
            "last_updated": "2023-07-05T19:03:30.370738-04:00",
            "created_at": "2023-07-04T09:43:03.388396-04:00",
            "name": "WAS (P Corbin)",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f47c8327-a564-4088-a8ae-ed44dfb30a09/?format=api"
        }
    ]
}