GET /api/bet_types/1d23cdd9-efb8-47d2-9587-a340a482fda1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1d23cdd9-efb8-47d2-9587-a340a482fda1",
    "match": "https://api-prod.gambitprofit.com/api/matches/9cb7a133-7b1d-415c-a1f0-77f5aa67dc18/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-02T09:33:16.731166-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": "TOR (Y Kikuchi)",
                "amount": 6434.0
            },
            {
                "team": "COL (T Blach)",
                "amount": 3566.0
            }
        ],
        "expected_reward_tokens": 9521.22,
        "profit_sb": 21.22,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "0509419a-501c-4fc6-be42-5b4a853a856e",
            "gambit_id": "eadbf2c5-ca8d-42c2-aa39-e2be46564a0a",
            "last_updated": "2023-09-04T12:48:34.674289-04:00",
            "created_at": "2023-09-02T09:33:16.736141-04:00",
            "name": "TOR (Y Kikuchi)",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d23cdd9-efb8-47d2-9587-a340a482fda1/?format=api"
        },
        {
            "id": "56363067-9aac-454c-aa85-6e21e12ac56a",
            "gambit_id": "a5e732a5-f4d9-4fe3-819d-8cbafb5ca3a6",
            "last_updated": "2023-09-04T12:48:34.677878-04:00",
            "created_at": "2023-09-02T09:33:16.741361-04:00",
            "name": "COL (T Blach)",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d23cdd9-efb8-47d2-9587-a340a482fda1/?format=api"
        }
    ]
}