GET /api/bet_types/d95256a7-418a-4d23-a1b0-9d5bd5d2df7c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d95256a7-418a-4d23-a1b0-9d5bd5d2df7c",
    "match": "https://api-prod.gambitprofit.com/api/matches/34b0468a-ce4c-4221-aeb5-c3c68f5bef78/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-26T10:38:04.806785-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": "Alex Pereira",
                "amount": 5204.0
            },
            {
                "team": "Jan Blachowicz",
                "amount": 4796.0
            }
        ],
        "expected_reward_tokens": 9159.04,
        "profit_sb": -340.96,
        "profit_sb_percentage": -3.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "f58807c4-c5fe-4719-aa45-5ad473c6c2ce",
            "gambit_id": "1fa4b6b3-4a73-4f88-8c75-d43196243190",
            "last_updated": "2023-07-31T18:28:10.099247-04:00",
            "created_at": "2023-07-26T10:38:04.811774-04:00",
            "name": "Alex Pereira",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d95256a7-418a-4d23-a1b0-9d5bd5d2df7c/?format=api"
        },
        {
            "id": "5e1b9e0f-d049-42b6-9ce0-50172203f636",
            "gambit_id": "ca6c37dc-c79c-49c3-82a3-9d2676b2a960",
            "last_updated": "2023-07-31T18:28:10.102952-04:00",
            "created_at": "2023-07-26T10:38:04.817352-04:00",
            "name": "Jan Blachowicz",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d95256a7-418a-4d23-a1b0-9d5bd5d2df7c/?format=api"
        }
    ]
}