GET /api/bet_types/ae9fa47e-902d-4365-8fcb-5881defb0627/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ae9fa47e-902d-4365-8fcb-5881defb0627",
    "match": "https://api-prod.gambitprofit.com/api/matches/3b1cb80a-7e1f-4d15-902d-54a8da93a8f7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-10T08:41:49.089904-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Arsenal",
                "amount": 7585.0
            },
            {
                "team": "Draw",
                "amount": 2415.0
            }
        ],
        "expected_reward_tokens": 10770.7,
        "profit_sb": 1270.7,
        "profit_sb_percentage": 13.38,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Arsenal",
                "amount": 6574.0
            },
            {
                "team": "Draw",
                "amount": 2093.0
            },
            {
                "team": "Fulham",
                "amount": 1333.0
            }
        ],
        "expected_reward_tokens": 9331.0,
        "profit_sb": -169.0,
        "profit_sb_percentage": -1.78,
        "recommended": false
    },
    "lines": [
        {
            "id": "b52934b8-bf1f-4afa-bb62-93e569f7751b",
            "gambit_id": "92c0da82-b6f6-490d-ae2e-948f406ca752",
            "last_updated": "2023-03-13T19:27:12.884950-04:00",
            "created_at": "2023-03-10T08:41:49.091253-05:00",
            "name": "Arsenal",
            "reward": "1.42000",
            "odds": "1.44000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae9fa47e-902d-4365-8fcb-5881defb0627/?format=api"
        },
        {
            "id": "22e42d8c-3a3e-4d01-b11d-a2cb23b0bb8f",
            "gambit_id": "e963a498-b9f6-4255-905d-6e924e76c3b1",
            "last_updated": "2023-03-13T19:27:12.888039-04:00",
            "created_at": "2023-03-10T08:41:49.094035-05:00",
            "name": "Draw",
            "reward": "4.46000",
            "odds": "4.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae9fa47e-902d-4365-8fcb-5881defb0627/?format=api"
        },
        {
            "id": "97ee9648-43a8-45ed-a38a-b658e7de53d6",
            "gambit_id": "43ef6d45-670b-4546-9fe3-724432051ed2",
            "last_updated": "2023-03-13T19:27:12.886402-04:00",
            "created_at": "2023-03-10T08:41:49.092637-05:00",
            "name": "Fulham",
            "reward": "7.00000",
            "odds": "7.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae9fa47e-902d-4365-8fcb-5881defb0627/?format=api"
        }
    ]
}