GET /api/bet_types/ca10f932-b13f-4a40-b389-f9b25714303a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ca10f932-b13f-4a40-b389-f9b25714303a",
    "match": "https://api-prod.gambitprofit.com/api/matches/2d9bf313-139f-4375-9e0e-920ca3e3dc91/?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": "Marina Rodriguez",
                "amount": 6480.0
            },
            {
                "team": "Amanda Lemos",
                "amount": 3520.0
            }
        ],
        "expected_reward_tokens": 8940.8,
        "profit_sb": -59.2,
        "profit_sb_percentage": -0.66,
        "recommended": false
    },
    "lines": [
        {
            "id": "2a65b3c7-96b0-411b-bf1c-4be88e9799d0",
            "gambit_id": "ae6543ac-6fc3-4a4f-b225-03ebddf699d2",
            "last_updated": "2022-11-07T08:57:09.173109-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Marina Rodriguez",
            "reward": "1.38000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca10f932-b13f-4a40-b389-f9b25714303a/?format=api"
        },
        {
            "id": "a54b2c80-4b0e-4edc-bf81-89c63b6e273c",
            "gambit_id": "cd93f9af-b0f2-4e7b-9082-4110bc75f4ef",
            "last_updated": "2022-11-07T08:57:09.172123-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Amanda Lemos",
            "reward": "2.54000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca10f932-b13f-4a40-b389-f9b25714303a/?format=api"
        }
    ]
}