GET /api/bet_types/69ad9812-a977-4092-a868-9d63c8519647/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "69ad9812-a977-4092-a868-9d63c8519647",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c7fb292-4c54-4967-8f25-e3313fedc390/?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": "Georgia",
                "amount": 5000.0
            },
            {
                "team": "Kent State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "2b5459cd-fecf-4eb1-baa4-9a50f4aae9ef",
            "gambit_id": "c41fd3ac-1f4a-459d-adce-8ddbb82b9c02",
            "last_updated": "2022-09-25T11:22:06.348405-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-45.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69ad9812-a977-4092-a868-9d63c8519647/?format=api"
        },
        {
            "id": "9cc023d0-f133-4458-b275-c9ce1a98cb64",
            "gambit_id": "86ace92a-07ba-4a54-b8c8-9ed473cb46c0",
            "last_updated": "2022-09-25T11:22:06.349641-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kent State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "45.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69ad9812-a977-4092-a868-9d63c8519647/?format=api"
        }
    ]
}