GET /api/bet_types/1aba85d0-21f9-45cb-a040-63e38f640f3a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1aba85d0-21f9-45cb-a040-63e38f640f3a",
    "match": "https://api-prod.gambitprofit.com/api/matches/f4f6ab6e-dea4-436a-8ebc-1587b7bb45f5/?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": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Evil Geniuses",
                "amount": 5380.0
            },
            {
                "team": "Team Liquid",
                "amount": 4620.0
            }
        ],
        "expected_reward_tokens": 8823.2,
        "profit_sb": -176.8,
        "profit_sb_percentage": -1.96,
        "recommended": false
    },
    "lines": [
        {
            "id": "5fc2db7f-24cf-4cf8-ba8b-4aa7b3188315",
            "gambit_id": "df553e7c-bf2b-490b-9921-c8b5089791cc",
            "last_updated": "2022-08-08T12:21:53.344304-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Evil Geniuses",
            "reward": "1.64000",
            "odds": "1.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1aba85d0-21f9-45cb-a040-63e38f640f3a/?format=api"
        },
        {
            "id": "63a7a40a-fa20-47dc-8d67-f487ccb8739b",
            "gambit_id": "7f80baef-1a63-40db-b743-4085628c3ae4",
            "last_updated": "2022-08-08T12:21:53.343878-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Team Liquid",
            "reward": "1.91000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1aba85d0-21f9-45cb-a040-63e38f640f3a/?format=api"
        }
    ]
}