GET /api/bet_types/edfd83f1-dce0-4c3f-8588-8662e80b1b51/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "edfd83f1-dce0-4c3f-8588-8662e80b1b51",
    "match": "https://api-prod.gambitprofit.com/api/matches/459b9280-e496-4b8b-a06b-99fae9dca7ce/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-14T09:12:20.339543-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": "Phoenix Suns",
                "amount": 5696.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 4304.0
            }
        ],
        "expected_reward_tokens": 9511.84,
        "profit_sb": 11.84,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "0f1a1126-8818-45f5-a352-a7b6565804e7",
            "gambit_id": "4e0c0f2c-017b-4903-b58f-d3797b363414",
            "last_updated": "2023-02-15T10:46:58.686164-05:00",
            "created_at": "2023-02-14T09:12:20.340925-05:00",
            "name": "Phoenix Suns",
            "reward": "1.67000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/edfd83f1-dce0-4c3f-8588-8662e80b1b51/?format=api"
        },
        {
            "id": "182579b7-2ca5-4b43-b287-2366f8cfbbac",
            "gambit_id": "421d9766-6fc4-483e-972a-164053859141",
            "last_updated": "2023-02-15T10:46:58.687396-05:00",
            "created_at": "2023-02-14T09:12:20.342329-05:00",
            "name": "Sacramento Kings",
            "reward": "2.21000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/edfd83f1-dce0-4c3f-8588-8662e80b1b51/?format=api"
        }
    ]
}