GET /api/bet_types/e6234d5b-0d0b-48ed-93d2-fc45172604c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e6234d5b-0d0b-48ed-93d2-fc45172604c4",
    "match": "https://api-prod.gambitprofit.com/api/matches/5f4a7740-f272-4ad1-9357-10090e9d88b6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-24T11:07:04.907711-04: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": "Arlington Renegades",
                "amount": 5000.0
            },
            {
                "team": "San Antonio Brahmas",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "cf29e6c9-55e4-4c99-9609-5443ec4cc342",
            "gambit_id": "2c67572a-5e85-47f0-9596-ca3f82d54a86",
            "last_updated": "2023-03-28T11:27:00.164231-04:00",
            "created_at": "2023-03-24T11:07:04.909234-04:00",
            "name": "Arlington Renegades",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6234d5b-0d0b-48ed-93d2-fc45172604c4/?format=api"
        },
        {
            "id": "1ec910f1-b010-4e06-9758-a569276daec0",
            "gambit_id": "f443b411-a53c-4db7-ba48-96ff6e54e156",
            "last_updated": "2023-03-28T11:27:00.166823-04:00",
            "created_at": "2023-03-24T11:07:04.910830-04:00",
            "name": "San Antonio Brahmas",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6234d5b-0d0b-48ed-93d2-fc45172604c4/?format=api"
        }
    ]
}