GET /api/bet_types/a606874c-3ad5-44dd-bb98-29b348a0c8f6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a606874c-3ad5-44dd-bb98-29b348a0c8f6",
    "match": "https://api-prod.gambitprofit.com/api/matches/93225b9a-613c-4278-8275-eeaba21c659e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-22T13:06:58.732466-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": "Jeremiah Wells",
                "amount": 5000.0
            },
            {
                "team": "Matthew Semelsberger",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": -350.0,
        "profit_sb_percentage": -3.68,
        "recommended": false
    },
    "lines": [
        {
            "id": "e74964c4-90c9-43b8-a9ff-2fdbe6de8e68",
            "gambit_id": "651e0727-5bd9-4117-a720-e550041fefa3",
            "last_updated": "2023-04-24T18:57:04.978440-04:00",
            "created_at": "2023-04-22T13:06:58.734010-04:00",
            "name": "Jeremiah Wells",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a606874c-3ad5-44dd-bb98-29b348a0c8f6/?format=api"
        },
        {
            "id": "ccaeaae1-2881-4d73-b2e4-a415b47f41a0",
            "gambit_id": "56da960c-44b9-4bc2-b939-e5416bafbc89",
            "last_updated": "2023-04-24T18:57:04.980722-04:00",
            "created_at": "2023-04-22T13:06:58.735617-04:00",
            "name": "Matthew Semelsberger",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a606874c-3ad5-44dd-bb98-29b348a0c8f6/?format=api"
        }
    ]
}