GET /api/bet_types/c3647afa-6810-4aac-b495-a0dd603795ab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3647afa-6810-4aac-b495-a0dd603795ab",
    "match": "https://api-prod.gambitprofit.com/api/matches/a5d95b4c-beeb-44cc-8569-1ec44ebda80a/?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": "Charlotte",
                "amount": 5000.0
            },
            {
                "team": "Mid Tenn State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "db5e9475-828e-4c5a-9b02-22db113b61a2",
            "gambit_id": "8f0242a1-2ccd-45ee-b18d-266bb68c56e4",
            "last_updated": "2022-11-14T09:59:11.630482-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3647afa-6810-4aac-b495-a0dd603795ab/?format=api"
        },
        {
            "id": "2b436e4f-3391-4818-b708-75d8e919eb20",
            "gambit_id": "b2be0fdf-19f5-407b-b0fc-9c71d2b6e9f7",
            "last_updated": "2022-11-14T09:59:11.629528-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Mid Tenn State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3647afa-6810-4aac-b495-a0dd603795ab/?format=api"
        }
    ]
}