GET /api/bet_types/6d690b5b-0a58-4090-8280-a4c85547f79c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d690b5b-0a58-4090-8280-a4c85547f79c",
    "match": "https://api-prod.gambitprofit.com/api/matches/ab5d20f6-0468-4fa0-9432-9a80db1a89bd/?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": "New Mexico State",
                "amount": 5000.0
            },
            {
                "team": "Massachusetts",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "990c7ff2-9984-432d-b783-d8701a35e14e",
            "gambit_id": "12056e16-bcf6-499e-b024-92ee97453302",
            "last_updated": "2022-10-31T10:27:22.844790-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Mexico State",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d690b5b-0a58-4090-8280-a4c85547f79c/?format=api"
        },
        {
            "id": "780cb7ec-780c-4b50-a277-d7c47ee4123f",
            "gambit_id": "93f9d89f-8964-41ff-9d09-ed416a80ae16",
            "last_updated": "2022-10-31T10:27:22.843780-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Massachusetts",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d690b5b-0a58-4090-8280-a4c85547f79c/?format=api"
        }
    ]
}