GET /api/bet_types/f3ac0528-51a2-4c1d-ba7d-eaf20d68284d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f3ac0528-51a2-4c1d-ba7d-eaf20d68284d",
    "match": "https://api-prod.gambitprofit.com/api/matches/add080f4-77d7-47a8-96de-7d33aac0bf5e/?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": 5054.0
            },
            {
                "team": "Atlanta United FC",
                "amount": 4946.0
            }
        ],
        "expected_reward_tokens": 11672.56,
        "profit_sb": 2672.56,
        "profit_sb_percentage": 29.7,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "New England Revolution",
                "amount": 3787.0
            },
            {
                "team": "Atlanta United FC",
                "amount": 3707.0
            },
            {
                "team": "Draw",
                "amount": 2506.0
            }
        ],
        "expected_reward_tokens": 8745.94,
        "profit_sb": -254.06,
        "profit_sb_percentage": -2.82,
        "recommended": false
    },
    "lines": [
        {
            "id": "52576946-ff3a-49ff-a7b2-0882f7930667",
            "gambit_id": "352b3700-50e9-4f27-a8e6-31a0a6126cf1",
            "last_updated": "2022-10-03T18:46:50.884700-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New England Revolution",
            "reward": "2.31000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3ac0528-51a2-4c1d-ba7d-eaf20d68284d/?format=api"
        },
        {
            "id": "b6b07eac-6d65-45e4-a451-9604dfbc8111",
            "gambit_id": "879bb8b6-579b-4d42-a988-abb24c9b9e76",
            "last_updated": "2022-10-03T18:46:50.883689-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta United FC",
            "reward": "2.36000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3ac0528-51a2-4c1d-ba7d-eaf20d68284d/?format=api"
        },
        {
            "id": "a385feeb-4391-42af-89b0-bc700646937a",
            "gambit_id": "5d124475-ed66-41b7-93ec-9b6e09bee3ff",
            "last_updated": "2022-10-03T18:46:50.882550-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.49000",
            "odds": "3.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3ac0528-51a2-4c1d-ba7d-eaf20d68284d/?format=api"
        }
    ]
}