GET /api/bet_types/1ccbd60b-d77b-407d-9538-d1c9efcdb67d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ccbd60b-d77b-407d-9538-d1c9efcdb67d",
    "match": "https://api-prod.gambitprofit.com/api/matches/df1226af-afa0-4c94-ac6a-975ca56a2f1d/?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": "Ball State",
                "amount": 5000.0
            },
            {
                "team": "Georgia Southern",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "0b570664-4625-4e5e-a2e9-e56b370c6c82",
            "gambit_id": "eb84e741-0826-4224-be93-0e91222b93e5",
            "last_updated": "2022-09-25T21:12:20.556903-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ball State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ccbd60b-d77b-407d-9538-d1c9efcdb67d/?format=api"
        },
        {
            "id": "b95d5daf-e7f5-4e90-bff7-4ac6061977e7",
            "gambit_id": "e8ff77b3-8b59-4c58-a69b-779401eace2c",
            "last_updated": "2022-09-25T21:12:20.555922-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia Southern",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ccbd60b-d77b-407d-9538-d1c9efcdb67d/?format=api"
        }
    ]
}