GET /api/bet_types/afacbad4-416d-4fd3-92a6-5a84f5bc8d39/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "afacbad4-416d-4fd3-92a6-5a84f5bc8d39",
    "match": "https://api-prod.gambitprofit.com/api/matches/eaefca22-d2a1-4484-b197-db0222a49313/?format=api",
    "name": "Play the Odds",
    "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": "TAM",
                "amount": 5672.0
            },
            {
                "team": "TOR",
                "amount": 4328.0
            }
        ],
        "expected_reward_tokens": 9131.92,
        "profit_sb": 131.92,
        "profit_sb_percentage": 1.47,
        "recommended": true
    },
    "lines": [
        {
            "id": "316f3966-b82c-4872-a5aa-1e108356fc46",
            "gambit_id": "d6af4a69-79b1-49e9-953f-d1c0d5126b7e",
            "last_updated": "2022-09-14T10:22:01.604938-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM",
            "reward": "1.61000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/afacbad4-416d-4fd3-92a6-5a84f5bc8d39/?format=api"
        },
        {
            "id": "7e7dd62d-edb8-4fd1-b28c-ee7da442b799",
            "gambit_id": "4a58fa7a-2528-4657-a575-2f6dc7a1cac4",
            "last_updated": "2022-09-14T10:22:01.603886-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR",
            "reward": "2.11000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/afacbad4-416d-4fd3-92a6-5a84f5bc8d39/?format=api"
        }
    ]
}