GET /api/bet_types/def0e499-75a1-4928-8a16-4de0afe9ce03/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "def0e499-75a1-4928-8a16-4de0afe9ce03",
    "match": "https://api-prod.gambitprofit.com/api/matches/5cf9011a-3444-4777-b140-a65fbcf45855/?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": "SSC Napoli",
                "amount": 8093.0
            },
            {
                "team": "Draw",
                "amount": 1907.0
            }
        ],
        "expected_reward_tokens": 10278.11,
        "profit_sb": 778.11,
        "profit_sb_percentage": 8.19,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "SSC Napoli",
                "amount": 7323.0
            },
            {
                "team": "Draw",
                "amount": 1726.0
            },
            {
                "team": "Glasgow Rangers",
                "amount": 951.0
            }
        ],
        "expected_reward_tokens": 9300.21,
        "profit_sb": -199.79,
        "profit_sb_percentage": -2.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "636a4150-0df7-4182-afc5-6d140321ab9e",
            "gambit_id": "2defb935-9d1d-4877-97ba-3601a931e69a",
            "last_updated": "2022-10-27T12:02:07.848763-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SSC Napoli",
            "reward": "1.27000",
            "odds": "1.28000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/def0e499-75a1-4928-8a16-4de0afe9ce03/?format=api"
        },
        {
            "id": "a9a97b20-d034-4eb8-b5c6-5dfc31a9c60f",
            "gambit_id": "9f3b5dd2-db53-4213-8636-19bd996cb8b4",
            "last_updated": "2022-10-27T12:02:07.850042-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "5.39000",
            "odds": "5.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/def0e499-75a1-4928-8a16-4de0afe9ce03/?format=api"
        },
        {
            "id": "c6f9fdeb-8beb-4577-b0af-3f5fb035fa8f",
            "gambit_id": "aeeed1d2-5cb0-4bfe-9074-7a08c8dd2f81",
            "last_updated": "2022-10-27T12:02:07.847610-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Glasgow Rangers",
            "reward": "9.78000",
            "odds": "10.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/def0e499-75a1-4928-8a16-4de0afe9ce03/?format=api"
        }
    ]
}