GET /api/bet_types/b6b93221-873a-4244-a41b-38936e3f51b2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b6b93221-873a-4244-a41b-38936e3f51b2",
    "match": "https://api-prod.gambitprofit.com/api/matches/96af8d44-3de2-43bf-ab17-5c52e0656bd3/?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": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Tottenham",
                "amount": 7572.0
            },
            {
                "team": "Draw",
                "amount": 2428.0
            }
        ],
        "expected_reward_tokens": 10901.72,
        "profit_sb": 1401.72,
        "profit_sb_percentage": 14.75,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Tottenham",
                "amount": 6495.0
            },
            {
                "team": "Draw",
                "amount": 2083.0
            },
            {
                "team": "Everton",
                "amount": 1421.0
            }
        ],
        "expected_reward_tokens": 9350.18,
        "profit_sb": -149.82,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "84a72ce0-9a05-4314-b1f9-0d8635f92c9e",
            "gambit_id": "019b5620-62d4-40e6-8805-65e8ae5b69fe",
            "last_updated": "2022-10-17T10:12:07.780052-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tottenham",
            "reward": "1.44000",
            "odds": "1.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6b93221-873a-4244-a41b-38936e3f51b2/?format=api"
        },
        {
            "id": "60654c9f-1197-4e4a-817f-3d0baee4646d",
            "gambit_id": "5a827a52-03cb-4e1f-a0ca-c54073d658db",
            "last_updated": "2022-10-17T10:12:07.781210-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "4.49000",
            "odds": "4.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6b93221-873a-4244-a41b-38936e3f51b2/?format=api"
        },
        {
            "id": "296f51b6-fbbf-45e6-a8c1-33c25b160154",
            "gambit_id": "56fe15cd-99b4-410d-b116-e36e1af2184c",
            "last_updated": "2022-10-17T10:12:07.778880-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Everton",
            "reward": "6.58000",
            "odds": "6.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6b93221-873a-4244-a41b-38936e3f51b2/?format=api"
        }
    ]
}