GET /api/bet_types/e5a7c4f6-25bd-4a77-83f8-b61811cd9c9f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e5a7c4f6-25bd-4a77-83f8-b61811cd9c9f",
    "match": "https://api-prod.gambitprofit.com/api/matches/064dc38b-0819-424c-b716-19713dbae751/?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": "San Jose Earthquakes",
                "amount": 5142.0
            },
            {
                "team": "Minnesota United FC",
                "amount": 4858.0
            }
        ],
        "expected_reward_tokens": 11464.88,
        "profit_sb": 1964.88,
        "profit_sb_percentage": 20.68,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "San Jose Earthquakes",
                "amount": 3907.0
            },
            {
                "team": "Minnesota United FC",
                "amount": 3692.0
            },
            {
                "team": "Draw",
                "amount": 2400.0
            }
        ],
        "expected_reward_tokens": 8712.0,
        "profit_sb": -788.0,
        "profit_sb_percentage": -8.29,
        "recommended": false
    },
    "lines": [
        {
            "id": "aefe56e2-8b3b-41c6-8559-5f88691f669f",
            "gambit_id": "43e29dc1-a153-4b97-8e33-36905084d416",
            "last_updated": "2022-10-03T18:51:51.288013-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose Earthquakes",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5a7c4f6-25bd-4a77-83f8-b61811cd9c9f/?format=api"
        },
        {
            "id": "8f37211f-db58-4394-a15c-81f4b453b48e",
            "gambit_id": "aa3a1261-331f-4c13-8c7f-afb45e589d32",
            "last_updated": "2022-10-03T18:51:51.287026-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota United FC",
            "reward": "2.36000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5a7c4f6-25bd-4a77-83f8-b61811cd9c9f/?format=api"
        },
        {
            "id": "fac52017-13b6-43b4-bf9f-05ac0e13fe56",
            "gambit_id": "d650ef38-ae65-4673-bb85-c3afd9e05a12",
            "last_updated": "2022-10-03T18:51:51.286053-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.63000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5a7c4f6-25bd-4a77-83f8-b61811cd9c9f/?format=api"
        }
    ]
}