GET /api/bet_types/2aba91d5-6fc1-4a26-82d1-295e59fc6d8f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2aba91d5-6fc1-4a26-82d1-295e59fc6d8f",
    "match": "https://api-prod.gambitprofit.com/api/matches/ba34af71-0c13-4b66-be93-8b62c13436f4/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "LOS (J Urias)",
                "amount": 6627.0
            },
            {
                "team": "SDG (S Manaea)",
                "amount": 3373.0
            }
        ],
        "expected_reward_tokens": 9275.75,
        "profit_sb": 275.75,
        "profit_sb_percentage": 3.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "76336352-063e-4ce8-9961-610c5cb933ac",
            "gambit_id": "3ca3bdab-6e89-4d49-b876-5c4686f01ee6",
            "last_updated": "2022-09-05T10:11:59.126768-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS (J Urias)",
            "reward": "1.40000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2aba91d5-6fc1-4a26-82d1-295e59fc6d8f/?format=api"
        },
        {
            "id": "c49baa28-0d3e-4be8-a22e-16240b8e0a58",
            "gambit_id": "2fe27d85-45ae-4ef4-913f-faeb13f6acb5",
            "last_updated": "2022-09-05T10:11:59.127707-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG (S Manaea)",
            "reward": "2.75000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2aba91d5-6fc1-4a26-82d1-295e59fc6d8f/?format=api"
        }
    ]
}