GET /api/bet_types/06f81480-6917-455f-abad-44aa2e14aae6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "06f81480-6917-455f-abad-44aa2e14aae6",
    "match": "https://api-prod.gambitprofit.com/api/matches/db05f1ff-2ffc-4e89-bb1b-f413941bd5a9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-26T12:02:09.921709-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": 6241.0
            },
            {
                "team": "CWS (M Kopech)",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "949b9050-4a5d-49c9-8ae3-d8c189cf61a2",
            "gambit_id": "a1bb279b-a96c-4447-a8cc-8f75b12dafae",
            "last_updated": "2023-04-27T11:52:07.687523-04:00",
            "created_at": "2023-04-26T12:02:09.923102-04:00",
            "name": "TOR (Y Kikuchi)",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06f81480-6917-455f-abad-44aa2e14aae6/?format=api"
        },
        {
            "id": "b7646e0e-75e4-4529-96ab-50b1a1ffeefb",
            "gambit_id": "17e90754-e910-4c4b-b914-cbf4392ee284",
            "last_updated": "2023-04-27T11:52:07.689285-04:00",
            "created_at": "2023-04-26T12:02:09.924501-04:00",
            "name": "CWS (M Kopech)",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06f81480-6917-455f-abad-44aa2e14aae6/?format=api"
        }
    ]
}