GET /api/bet_types/ce5d35d0-5637-4be2-9a0c-f2f1757d957c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ce5d35d0-5637-4be2-9a0c-f2f1757d957c",
    "match": "https://api-prod.gambitprofit.com/api/matches/9f5df7b7-c0ec-4273-8e55-3027d240e58e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-23T12:38:06.634508-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 Dodgers",
                "amount": 6627.0
            },
            {
                "team": "San Francisco Giants",
                "amount": 3373.0
            }
        ],
        "expected_reward_tokens": 9476.61,
        "profit_sb": -23.39,
        "profit_sb_percentage": -0.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "0ce177d5-e822-4581-8ca7-57c6006f0121",
            "gambit_id": "f9cb6333-332f-4f2d-a814-c3bfc548b58c",
            "last_updated": "2023-09-25T14:18:03.703973-04:00",
            "created_at": "2023-09-23T12:38:06.646581-04:00",
            "name": "Los Angeles Dodgers",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce5d35d0-5637-4be2-9a0c-f2f1757d957c/?format=api"
        },
        {
            "id": "8f26742a-9d50-41b5-be3c-50f3f0c6a00e",
            "gambit_id": "7d352d3a-a512-4a0b-b824-1eee7bf590cb",
            "last_updated": "2023-09-25T14:18:03.709026-04:00",
            "created_at": "2023-09-23T12:38:06.651841-04:00",
            "name": "San Francisco Giants",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce5d35d0-5637-4be2-9a0c-f2f1757d957c/?format=api"
        }
    ]
}