GET /api/bet_types/5d4242f8-0b50-4bdd-a2c3-2a966f799c77/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d4242f8-0b50-4bdd-a2c3-2a966f799c77",
    "match": "https://api-prod.gambitprofit.com/api/matches/758b2a1a-27a5-43ac-8f6a-df8cbd54c645/?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": "New England Revolution",
                "amount": 5592.0
            },
            {
                "team": "CF Montréal",
                "amount": 4408.0
            }
        ],
        "expected_reward_tokens": 12077.92,
        "profit_sb": 3077.92,
        "profit_sb_percentage": 34.2,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "New England Revolution",
                "amount": 4097.0
            },
            {
                "team": "CF Montréal",
                "amount": 3230.0
            },
            {
                "team": "Draw",
                "amount": 2673.0
            }
        ],
        "expected_reward_tokens": 8847.63,
        "profit_sb": -152.37,
        "profit_sb_percentage": -1.69,
        "recommended": false
    },
    "lines": [
        {
            "id": "b826b8a3-8d44-408f-8b47-3f8bb5ac1d93",
            "gambit_id": "10816980-2f41-4df8-8501-5c78feb5a09d",
            "last_updated": "2022-09-19T10:07:27.638403-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New England Revolution",
            "reward": "2.16000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d4242f8-0b50-4bdd-a2c3-2a966f799c77/?format=api"
        },
        {
            "id": "1a693cf7-44a0-4f15-9b02-2cec1210f09e",
            "gambit_id": "81734709-3607-49ad-81b7-1c98e1765d85",
            "last_updated": "2022-09-19T10:07:27.637416-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CF Montréal",
            "reward": "2.74000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d4242f8-0b50-4bdd-a2c3-2a966f799c77/?format=api"
        },
        {
            "id": "1646a38c-20ee-492b-a65a-d717d8687484",
            "gambit_id": "da110452-5e49-4ec6-b066-00520d701925",
            "last_updated": "2022-09-19T10:07:27.639408-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.31000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d4242f8-0b50-4bdd-a2c3-2a966f799c77/?format=api"
        }
    ]
}