GET /api/bet_types/717934a5-6df5-454e-ae98-4c9f93141c96/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "717934a5-6df5-454e-ae98-4c9f93141c96",
    "match": "https://api-prod.gambitprofit.com/api/matches/43c91561-2b41-4ca4-8fbe-430125daf86c/?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": "FC Porto",
                "amount": 7522.0
            },
            {
                "team": "Draw",
                "amount": 2478.0
            }
        ],
        "expected_reward_tokens": 10455.58,
        "profit_sb": 1455.58,
        "profit_sb_percentage": 16.17,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "FC Porto",
                "amount": 6492.0
            },
            {
                "team": "Draw",
                "amount": 2138.0
            },
            {
                "team": "Club Brugge",
                "amount": 1369.0
            }
        ],
        "expected_reward_tokens": 9021.71,
        "profit_sb": 21.71,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "8ca420aa-faef-4c71-a008-4373ad58cba5",
            "gambit_id": "b7dd7791-5a74-4e11-8e9c-d4bac5d212cb",
            "last_updated": "2022-09-14T11:12:04.392285-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "FC Porto",
            "reward": "1.39000",
            "odds": "1.44000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/717934a5-6df5-454e-ae98-4c9f93141c96/?format=api"
        },
        {
            "id": "177e3ec4-cd9b-4cff-90d4-931b79d9a885",
            "gambit_id": "64eab908-fb71-4afc-a896-e2556da2313f",
            "last_updated": "2022-09-14T11:12:04.391209-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "4.22000",
            "odds": "4.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/717934a5-6df5-454e-ae98-4c9f93141c96/?format=api"
        },
        {
            "id": "fdeb5019-e700-47d4-9b1d-f06b64ac63a1",
            "gambit_id": "3275ddc2-6371-498f-bfe2-3c0f9f5e072e",
            "last_updated": "2022-09-14T11:12:04.390191-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Club Brugge",
            "reward": "6.59000",
            "odds": "7.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/717934a5-6df5-454e-ae98-4c9f93141c96/?format=api"
        }
    ]
}