GET /api/bet_types/d77e1e7e-a4c9-4a28-b7fa-1ac92c31d318/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d77e1e7e-a4c9-4a28-b7fa-1ac92c31d318",
    "match": "https://api-prod.gambitprofit.com/api/matches/68f15079-e4f8-4f5a-9503-1f256437f830/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-23T14:32:08.621556-05: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 Brahmas",
                "amount": 6173.0
            },
            {
                "team": "Orlando Guardians",
                "amount": 3827.0
            }
        ],
        "expected_reward_tokens": 9567.5,
        "profit_sb": 67.5,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "7f23414b-f0d3-4f22-93f5-6fe37d88c2a1",
            "gambit_id": "3ea7f9d5-9e20-40b8-ace5-62eb392c1ed4",
            "last_updated": "2023-02-28T12:37:05.002886-05:00",
            "created_at": "2023-02-23T14:32:08.623927-05:00",
            "name": "San Antonio Brahmas",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d77e1e7e-a4c9-4a28-b7fa-1ac92c31d318/?format=api"
        },
        {
            "id": "d7ac3775-ce3a-4ad1-a814-509183be0f3e",
            "gambit_id": "9476134f-7911-4678-afab-5c6a92aa322c",
            "last_updated": "2023-02-28T12:37:05.001726-05:00",
            "created_at": "2023-02-23T14:32:08.622710-05:00",
            "name": "Orlando Guardians",
            "reward": "2.50000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d77e1e7e-a4c9-4a28-b7fa-1ac92c31d318/?format=api"
        }
    ]
}