GET /api/bet_types/4cb66e70-0c46-4ef4-b02b-f3b7c53e9279/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4cb66e70-0c46-4ef4-b02b-f3b7c53e9279",
    "match": "https://api-prod.gambitprofit.com/api/matches/07e93c48-b298-4912-ac55-06dedf7c9cc6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-09T08:13:10.138578-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": "MIN (B Ober)",
                "amount": 5827.0
            },
            {
                "team": "DET (A Faedo)",
                "amount": 4173.0
            }
        ],
        "expected_reward_tokens": 9556.17,
        "profit_sb": 56.17,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "1baa1032-3f53-42d3-9e2f-f241ee03ce69",
            "gambit_id": "0e3e09db-8006-4e8a-8336-08b14c90368f",
            "last_updated": "2023-08-10T12:32:57.158242-04:00",
            "created_at": "2023-08-09T08:13:10.142685-04:00",
            "name": "MIN (B Ober)",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4cb66e70-0c46-4ef4-b02b-f3b7c53e9279/?format=api"
        },
        {
            "id": "cf78f2b0-ffff-4710-990a-950a7941d417",
            "gambit_id": "bf4f7884-630a-43b7-a0bf-2d7f718ffecc",
            "last_updated": "2023-08-10T12:32:57.161680-04:00",
            "created_at": "2023-08-09T08:13:10.146622-04:00",
            "name": "DET (A Faedo)",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4cb66e70-0c46-4ef4-b02b-f3b7c53e9279/?format=api"
        }
    ]
}