GET /api/bet_types/f463253f-b0ac-4004-9afe-f191eb76246b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f463253f-b0ac-4004-9afe-f191eb76246b",
    "match": "https://api-prod.gambitprofit.com/api/matches/c2e31124-063c-4a52-ade7-e5b8003d69cb/?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": "Chicago Fire",
                "amount": 5413.0
            },
            {
                "team": "CF Montréal",
                "amount": 4587.0
            }
        ],
        "expected_reward_tokens": 12016.86,
        "profit_sb": 3016.86,
        "profit_sb_percentage": 33.52,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Chicago Fire",
                "amount": 3981.0
            },
            {
                "team": "CF Montréal",
                "amount": 3373.0
            },
            {
                "team": "Draw",
                "amount": 2646.0
            }
        ],
        "expected_reward_tokens": 8837.26,
        "profit_sb": -162.74,
        "profit_sb_percentage": -1.81,
        "recommended": false
    },
    "lines": [
        {
            "id": "62ad12a9-6aa5-4f2b-b35e-23705d516044",
            "gambit_id": "24ee68ea-cd07-4275-ba28-9e4959af3886",
            "last_updated": "2022-08-29T11:27:20.043609-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Fire",
            "reward": "2.22000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f463253f-b0ac-4004-9afe-f191eb76246b/?format=api"
        },
        {
            "id": "19ef1c7b-c832-4d5c-9f1a-ba126c181784",
            "gambit_id": "7cc9d5fc-6068-4763-8a39-018c886b7804",
            "last_updated": "2022-08-29T11:27:20.043180-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CF Montréal",
            "reward": "2.62000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f463253f-b0ac-4004-9afe-f191eb76246b/?format=api"
        },
        {
            "id": "44be9949-e7d1-48fc-9602-67efee415f7f",
            "gambit_id": "f63e8ddc-a615-4a97-90ae-20830f985eb9",
            "last_updated": "2022-08-29T11:27:20.044027-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.34000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f463253f-b0ac-4004-9afe-f191eb76246b/?format=api"
        }
    ]
}