GET /api/bet_types/f4b55a92-e455-4fc2-bd66-c9fbf08b9a47/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f4b55a92-e455-4fc2-bd66-c9fbf08b9a47",
    "match": "https://api-prod.gambitprofit.com/api/matches/c5914476-5cb9-44f6-8018-e75a00e47f2f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-02T11:52:05.013640-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": 5615.0
            },
            {
                "team": "BOS (T Houck)",
                "amount": 4385.0
            }
        ],
        "expected_reward_tokens": 9601.65,
        "profit_sb": 101.65,
        "profit_sb_percentage": 1.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "108ca95f-9c3e-4ede-85f6-2189546fc70b",
            "gambit_id": "89fa7405-281a-4f49-a629-53737d2f9f00",
            "last_updated": "2023-05-03T12:12:14.141133-04:00",
            "created_at": "2023-05-02T11:52:05.017671-04:00",
            "name": "TOR (Y Kikuchi)",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4b55a92-e455-4fc2-bd66-c9fbf08b9a47/?format=api"
        },
        {
            "id": "9407d49a-d1a2-4975-95ed-2fe4f15aaf5f",
            "gambit_id": "e3e7245f-4227-4295-9226-ffba3c81b5c6",
            "last_updated": "2023-05-03T12:12:14.140010-04:00",
            "created_at": "2023-05-02T11:52:05.015392-04:00",
            "name": "BOS (T Houck)",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4b55a92-e455-4fc2-bd66-c9fbf08b9a47/?format=api"
        }
    ]
}