GET /api/bet_types/757606e4-7899-4bcb-800f-c379365e7d31/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "757606e4-7899-4bcb-800f-c379365e7d31",
    "match": "https://api-prod.gambitprofit.com/api/matches/a3f24396-4c0b-4d49-8431-ed38e54c7f36/?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": "Louisiana Tech",
                "amount": 5419.0
            },
            {
                "team": "UTEP",
                "amount": 4581.0
            }
        ],
        "expected_reward_tokens": 9482.67,
        "profit_sb": -17.33,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "c4165e9b-d0d7-45e6-a82d-cb217fafbe3b",
            "gambit_id": "0c412d41-c122-422c-8c9b-0a38deb26176",
            "last_updated": "2022-10-11T11:22:05.332293-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Louisiana Tech",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/757606e4-7899-4bcb-800f-c379365e7d31/?format=api"
        },
        {
            "id": "0876cc58-4c21-49c3-8abb-75f2b6a7e58e",
            "gambit_id": "cf731187-3523-49b6-94d3-870964f075bc",
            "last_updated": "2022-10-11T11:22:05.333271-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UTEP",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/757606e4-7899-4bcb-800f-c379365e7d31/?format=api"
        }
    ]
}